body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    justify-items: center;
    align-content: center;
    transition: all ease 0.2s;
}


#d-cl{
    position:relative ;
    /* top: -250px; */
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    /* background: linear-gradient(20deg , rgb(13, 189, 243) 30% , rgb(157, 255, 0)  ) ; */
    border-radius: 15px;
    box-shadow: 0px 20px  30px;
    /* box-shadow:  0 0 40px; */
}

.clock{
    background-image: url(234\ clock\ dinamic/1clock.png);
    /* border: 2px solid ; */
    height: 500px;
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 30px  30px;
    border-radius: 50%;
}

.pnt{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    margin-left: 80px;
    position: relative;
    right: 44px;
}

.hur{
    position: relative;
    right: -53px;
    top: -16px;
    width: 4px;
    height:80px;
    border-radius:20px;
    background-color: black;
    transform-origin: 30% 70%;

}

.min{
    position: relative;
    right: -52px;
    top: -30px;
    width: 4px;
    height:142px;
    border-radius:20px;
    background-color: rgb(0, 0, 0);
    transform-origin: 30% 70%;

}

.sec{
    position: relative;
    right: -46px;
    top: -33px;
    width: 4px;
    height:162px;
    border-radius:20px;
    background-color: rgb(255, 0, 0);
    transform-origin: 30% 70%;
}


#light{
    position: relative;
    top: -190px;
    left: 165px;
}


#dark{
    position: relative;
    top: -190px;
    left: 497px;
}

